Although I have little practical experience I did undertake a research spike into java BPM options recently. I narrowed it down to 3:
The Drools community seems more active, tools are better, the rules engine was very sophisticated (as this was the base of drools) but surrounding business process were well integrated. However jBPM was more focused around business processes and slick as well. They are both managed by JBoss
Further comparisons between Drools and JBPM can be found here:
Drools v jBPM
If you have a confident development team and the requirements aren't too complex it is always worth considering rolling your own. BPMs can lead to anaemic domain models (as described in this post Rules Engine pros and cons about rules engines ) as you try adopt your domain models to fit into such systems, also well built systems customised for your business are always going to be more effective.
As far as your criteria goes:
open source and OEM friendly license
Drools uses a liberal 'ASL/BSD/MIT-esque license', community is active.
jBPM uses apache, eclipse and MIT licenses
production installations (success stories are a great help)
I understand drools is used by many insurance companies and credit checkers, not sure a jBPM
commercial support available
Available for both
open standards support - BPMN
Both implement BPMN and due to the nature of the open source projects are very standards orientated
dynamic creation/assembly of the workflow based on input
Both, although is generally easily implemented manually
embeddable
Both offer entire systems but are modulated so this should suite embedding into existing systems