Hi,
no AFAIK there is no generic deployment for MBeans in AS 8.x. But you can build a normal J2EE App and register MBeans for example in a servlet. Also you could package your code as lifecycle module and use that to hook up to the mbean server.
The only tweak you would have to do is to modify server.policy to allow MBean operations for your code.
regards