You can also try CleanSpeak Profanity Filter by Inversoft.
It has a Java API that you can drop into the classpath of your Java application. It is also one of the best filters on the market and can filter much more than just profanity. It also doesn't suffer from the Scunthorpe problem because it performs contextual analysis as it filters.
EDIT: The latest versions of CleanSpeak no longer provide a Java API but provide a easy-to-use RESTful WebService. Don't be afraid of any type of WebService overhead though. CleanSpeak has less than 1ms latency and over 20,000 messages per second throughput.